flowchart LR
A(Determine data needs) --> one
subgraph one[Create and maintain inventory]
direction TB
D --> B
B(Identify available data) --> C(Locate the information)
C --> D(Gather and organize data)
end
one --> E[(Data inventory)]